Hash(byte[]) Method

Summary
Hashes the specified binary data.
Syntax
C#
VB
C++
public static byte[] Hash( 
   byte[] data 
) 
Public Overloads Shared Function Hash( _ 
   ByVal data() As Byte _ 
) As Byte() 
public: 
static array<byte>^ Hash(  
   array<byte>^ data 
)  

Parameters

data
The data.

Return Value

Hash of the binary data.

Remarks

This function creates a MD5 hash of the passed in data.

Requirements

Target Platforms

Help Version 21.0.2021.7.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.